Welcome![Sign In][Sign Up]
Location:
Search - keil A

Search list

[Other resourceKeil C51使用技巧及实战

Description: 介绍了单片机的编程软件KEIL 51的应用技巧-introduced a microcontroller programming software KEIL 51 application skills
Platform: | Size: 973452 | Author: shgbest | Hits:

[Other resource直接在Keil下仿真的T9拼音输入法(完整版)

Description: 仿真步骤如下: 1、把3个帖子的内容分别保存为51t9py.c,51t9py_indexa.h,5py_mb.h,放在同一目录下,将51t9py.c加入工程编译 2、由于Keil的模拟串口是单字节显示,汉字显示为乱码,所以要加挂RICHWIN或RichView这种会重新刷新显示的中文平台,或手工刷新屏幕,所以请先到 http://www.pchome.net/dl/chinese.htm 下载RichView,安装运行 3、在Keil环境下可以直接按“Ctrl+F5”键仿真,按“F5”全速运行,切换到在串口依次输入: // 64*.6 426***.5 98*.7 936.3 586.1 4826*.1 9464*.7 64*.6试试:-) 4、按键对应(根据我自己的手机设置的,全部在PC的小键盘操作): -simulation steps are as follows : 1 and 3 respectively, the content of messages posted on the preservation of 51t9py.c, 51t9py_indexa.h, 5py_mb.h, on the same directory, will join the project 51t9py.c compiler 2, Keil is the simulation of single-byte Serial show , the Chinese showed gibberish, so need to add or RichView RICHWIN this show will re-set the Chinese platform, or manual refresh screen, so please download RichView http://www.pchome.net/dl/chinese.htm to install three operations in Central Keil Habitat can be directly "Ctrl + F5" key simulation, according to the "F5" running full-speed, switched to the serial order input : / / 64 *. 6426 *. ***. 5 98 7936.3 586.1 4826 1 9464 *. *. 6 7 64 *. try :-) 4, corresponding button (according to my own set of phones, a
Platform: | Size: 6345 | Author: 许赞龙 | Hits:

[SDKKeil C51 IDE

Description: Keil C51 is a IDE for 8051 Chip programmer
Platform: | Size: 13882404 | Author: james34602@gmail.com | Hits:

[SCM串口通信最终测试机

Description: 功能:1 实时绘制数据曲线2 保存接受数据到文件3 能在各种参数下,与单片机和pc机通过串口通讯4 能实时记录输入和输出数据sstcomc.c为单片机上使用的演示程序,在keil c51编译以后,在sst89c58测试通过-functions : a real-time rendering two data curves accept data preservation of documents in three parameters, and SCM and PCs through four serial communications can be captured in real time input and output data for SCM sstcomc.c demonstration on the use of procedures, the Keil compiler decoder, after the sst89c58 the test
Platform: | Size: 53248 | Author: | Hits:

[SCMone

Description: 1总线通信协议应用实例 (C51编写的源程序,keil)-a bus communication protocol application examples (C51 prepared by the source, c51)
Platform: | Size: 50176 | Author: 王明和 | Hits:

[SCMFirmware_Keil

Description: sl811usb芯片与51的文件系统-a filesystem about USB chip sl811 and 51
Platform: | Size: 306176 | Author: 方锐 | Hits:

[SCMucos51在KeilC51上仿真运行

Description: Demo程序经Keil701编译后,代码量为7-8K,可直接在KeilC51上仿真运行。 使用方法:解压后双击yy项目,点调试即可在串口仿真看到结果。 Demo程序创建了3个任务A、B、C优先级分别为2、3、4,A每秒显示一次,B每3秒显示一次,C每6秒显示一次。从显示结果看,显示3个A后显示1个B,显示6个A和2个B后显示1个C,结果显然正确。用户可以仿照范例运用更多系统API函数写出自己的程序。只要程序中有显示语句就可以用软件仿真器看结果。注意:系统提供的显示函数是并发的,他不是直接显示到串口,而是先输出到显存,用户不必担心IO慢速操作影响程序运行。串口输入也采用了同样的技术,他使得用户在CPU忙于处理其他任务时照样可以盲打输入命令。 将EXL2-shell目录下的文件覆盖yy目录下的同名文件,将word.c、yyshell.c、yyshellsub.c、mystring.c加入项目,删除yy1.c,编译后调试即可。输入help可得到在线帮助,具体命令用法见文章说明。 yangye网友推荐http://www.sics.se/~adam/lwip/网站学习TCPIP,该网站开放源代码的lwip是专为8bit和16bitMCU设计的TCPIP协议栈,已在多种CPU上移植成功,推荐大家下载。-Demo processes Keil701 compiler, code capacity of 7-8K to be directly in KeilC51 on simulation run. Use : unpacked click yy, debugging points in the serial simulation can see the result. Demo procedures for the creation of three task A, B, C priority for 2,3,4, A second shows a B every three seconds a show, C every six seconds a show. Looking at the results from the show, a show three shows a B, showed six A and two B shows a C, the result is obviously correct. Users can use more modeled on the example of system API function to write their own procedures. As long as the procedures are shown on the statement can be used simulation software for the outcome. Note : the system provides display function is complicated, and he is not a direct indication of the serial port, but before the output
Platform: | Size: 731136 | Author: 套件 | Hits:

[Other Embeded programc51_Fat32

Description: 这是一个基于8255扩展端口的keil c51固件,实现对fat32硬盘的控制。网上还不太好找。-This is based on a 8255 expansion of the port Keil decoder firmware, the drive to achieve the right fat32 control. Not very easy to find online.
Platform: | Size: 98304 | Author: 浩天正气 | Hits:

[SCMC2Asm2C

Description: C to ASM and ASM to C on Keil C
Platform: | Size: 26624 | Author: 廖啟仲 | Hits:

[Embeded Linuxucos移植心得大全

Description: ucos移植心得,非常好,写得很有用途,使用ucos的朋友应该要好好的看看,会学到很多东西的。-CENTER transplant experience, very good, very written purposes, the use CENTER friends should look at the good will learn a lot of things.
Platform: | Size: 146432 | Author: 麦伟强 | Hits:

[SCM1hostmclint

Description: 单片机串口程序,可以通过keil编译,实现一台主机和多台从机的通信,从机挂接同一条总线,主机对通信有决定权 -MCU procedures, Keil compiler can achieve a host and multiple communications from the plane, from the plane with an articulated bus, the mainframe has the right to decide Communications
Platform: | Size: 2048 | Author: 张正 | Hits:

[SCMKeil1

Description: 用Keil C51写的步进电机驱动程序。-A stepping motor driver program written by Keil C51.
Platform: | Size: 390144 | Author: 时光 | Hits:

[SCMWINC51编程

Description: 本书以Keil 公司最新版本的C51 编译器为核心,阐述了在Windows 环境下采用单片 机高级语言C51 进行应用系统程序设计的基本原理和方法,详细介绍了Keil C51 的 Windows 集成开发环境Vision 51 和软件仿真器dScope51 的强大功能和具体使用方法。在 Windows 集成开发环境pVision 51 中,可以完成从源程序编写、编译、连接定位到目标文件 的仿真调试等的全部工作。dScope 51 是一种基于Windows 的多窗口软件仿真器,它可以在 完全没有8051 单片机硬件的情况下模拟调试各种应用程序,即使对单片机内部特殊集成功 能的编程,也可以找到对应的模拟窗口。 本书对最新版本C51 编译器新增加的控制命令作了全面介绍;给出了最新C51 运行库 函数及其应用范例;对Keil C51 的各种应用工具,如BL51 连接定位器、A51 宏汇编器、 LIB51 库管理程序以及OH51 符号转换程序等都作了详细介绍;还介绍了单片机实时多任务 操作系统RTX51 及其子集RTX51 TINY 的具体功能与应用方法。 本书强调先进性和实用性。全书各章列举了大量程序实例,并附赠一张配套光盘。因此 本书既适合广大从事单片机应用系统开发研制的工程技术人员的阅读,也可以作为高等工科 院校相应专业大学生或研究生的教学用书。-Keil book to the latest version of the C51 compiler at the core, described in the Windows environment using high-level language C51 microcontroller applications procedures for the basic design principles and methods introduced in detail Keil C51 integrated development environment for Windows 51 and Vision software simulator dScope51 the power and the specific use. Windows integrated development environment pVision 51, from source to be completed to prepare, compile, link positioning of the target file Simulation of the entire work. DScope 51 is a Windows-based multi-windows software emulation, it can no 8051 under the hardware simulation debugging various applications, even for special internal microcontroller integrated functional programming, can find the corresponding emulation window.
Platform: | Size: 32982016 | Author: 高山流水 | Hits:

[Embeded-SCM Developkeil7.09DEMO

Description: 现在开发的硬件良好产品 结合C和ASM一起开发 可以混合用C里的函数库--A good product used in developing hardware. It combines both C and ASM, and call C s library function.
Platform: | Size: 14461952 | Author: 周元平 | Hits:

[SCMlpc_16bit_ad

Description: SIGMA-DELTA 原理 实现的用LPC900系列单片机的比较器实现16位A/D。 有详细的说明和源代码(汇编格式,但是可以在KEIL下的C中调用)。-SIGMA-DELTA principle achieved using the LPC900 Series compared to 16-bit A/D. A detailed description and the source code (the compilation format, but in the C KEIL Calling).
Platform: | Size: 58368 | Author: 徐勇 | Hits:

[SCMtel_arlarm

Description: 基于KEIL C的RTXTiny操作系统的电话振铃检测程序。单片机为LPC900系列。 本程序并不能直接使用,但足以说明问题。如果您要使用您还需要定义相关变量等内容。 同时您还需要了解KEIL C的RTXTiny操作系统的使用。 有问题请MAIL :xy-mcu@163.com-on KEIL C RTXTiny OS phone ringing detection procedures. MCU for LPC900 family. This procedure is not used directly, but suffice it to say. If you need to use your definition of relevant variables such content. While you also need to understand KEIL C RTXTiny operating system use. A question, please MAIL : xy-mcu@163.com
Platform: | Size: 1024 | Author: 徐勇 | Hits:

[SCMmdt31

Description: 这是一个C51做的GPS终端 CPU:89S52 语言: Keil C51 主要是RS232通信-This a C51 done GPS terminal CPU : 89S52 Language : Keil C51 is RS232 communication
Platform: | Size: 12288 | Author: 黄伟 | Hits:

[SCMC8051F020应用程序包

Description: C8051f020是基于51核的业界8位单片机最高速的,指令执行速度25MIPS。这个程序包是新华龙公司提供的,需要购买900元的开发系统才会赠送此文件包,先上传。可以用keil软件打开或者去www.xhl.com.cn下载IDE软件打开工程ps---c文件直接用记事本就ok啦^_^,里面有温度传感,步进电机等等源代码,方面移植!^_^-C8051f020 is based on the 51 nuclear industry eight most high-speed microcontroller, instruction execution speed MIPs. This package is a new company providing the Hualong, you need to buy 900 yuan development system will give this package, the first upload. Keil software can be used to open or download IDE www.xhl.com.cn open software engineering-- c ps documents directly on the notebook ok-- ^ _ ^, inside temperature sensor, stepper motors, etc. source code, area transplant! ^ _ ^
Platform: | Size: 536576 | Author: 程鹏 | Hits:

[SCMLCD_Monitor_Sorce

Description: keil C51 LCD 驱动源码,其中还有I2C驱动,ADC驱动,键盘操作等,是一个完整的keil源代码,供大家参考-Keil C51 LCD driver source code, which also drives I2C, ADC drive, keyboard operation, is a complete source code Keil, for your reference
Platform: | Size: 270336 | Author: wg | Hits:

[SCMrtx51fulluse

Description: 51上运行的实时操作系统,该文档对其进行详细的介绍,还提供了许多例子!对于想在51上实现简单的多任务系统,不需要自己嵌入,因为keil工具中已经有了内核-51 running real-time operating systems, the documentation for its detailed descriptions, it also provided many examples! For the 51 to achieve a simple multi-tasking system, not embedded themselves, because Keil tools have kernel
Platform: | Size: 203776 | Author: 陈亮 | Hits:
« 1 2 3 45 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net